﻿2026-06-21T23:31:36.4254143Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-06-21T23:31:36.4255352Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-06-21T23:31:36.4256491Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-06-21T23:31:36.4257723Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-06-21T23:31:36.4258776Z [36;1m  case "$exe" in[0m
2026-06-21T23:31:36.4259863Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-06-21T23:31:36.4260943Z [36;1m  esac[0m
2026-06-21T23:31:36.4261615Z [36;1mdone[0m
2026-06-21T23:31:36.4262277Z [36;1mexit 0[0m
2026-06-21T23:31:36.4279615Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T23:31:36.4280969Z env:
2026-06-21T23:31:36.4281659Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T23:31:36.4282520Z ##[endgroup]
